home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / programs.arc / SANAL.HLP < prev    next >
Text File  |  1986-10-07  |  702b  |  24 lines

  1.  
  2.             SENTENCE ANALYZER
  3.             ******************
  4.  
  5.  
  6.  Sanal can analyze a simple English sentence and draw a tree diagram
  7.  based on sentence structure.
  8.  
  9.  The sentences which can be recognized must conform to the following
  10.  syntax: (note: refer to chapter 12 for rules on BNF notation.)
  11.  
  12.    <SENTENCE>    ::= <NOUN PHRASE> <VERB PHRASE>
  13.  
  14. where:
  15.  
  16.    <NOUN PHRASE>        ::= <DETERMINER> <noun> <RELATIONAL CLAUSE>
  17.    <DETERMINER>         ::= <> | <determiner>
  18.    <RELATIONAL CLAUSE>  ::= <> | <relative> <VERB PHRASE>
  19.    <VERB PHRASE>        ::= <verb> | <NOUN PHRASE>
  20.  
  21.    (note: refer to chapter 12 for rules on BNF notation.)
  22.  
  23.   Try with the sentence: every man that lives loves a woman
  24.